Re: Shared Libraries [was Re: D 1.076 and 2.061 release]

2013-01-10 Thread Jacob Carlborg
On 2013-01-10 06:18, Walter Bright wrote: On 1/9/2013 11:02 AM, Jacob Carlborg wrote: As I said, I don't know assembly but here's the output: Good time to learn it! Do you have any good books to recommend for this? I will most likely not have time to learn assembly now. I'm busy with

Re: Shared Libraries [was Re: D 1.076 and 2.061 release]

2013-01-10 Thread Walter Bright
On 1/10/2013 10:30 AM, Jacob Carlborg wrote: On 2013-01-10 06:18, Walter Bright wrote: On 1/9/2013 11:02 AM, Jacob Carlborg wrote: As I said, I don't know assembly but here's the output: Good time to learn it! Do you have any good books to recommend for this? No. But a reasonable way is

Re: D 1.076 and 2.061 release

2013-01-10 Thread Pierre Rouleau
On 13-01-10 12:13 AM, Walter Bright wrote: On 1/4/2013 12:10 PM, r_m_r wrote: I was wondering if it is possible to integrate some javascript in the changelog page to automatically generate the list of fixed issues as suggested by Jonathan (As an example, please see the attached file: jq.html).

Re: Announcement: preapproved tag added to bugzilla

2013-01-10 Thread Jonathan M Davis
On Thursday, January 10, 2013 00:20:18 Pierre Rouleau wrote: Therefore all questions on the development process should be sent here? No. This list is for announcements. Digitalmars.D is for general D discussion. Digitalmars.D.Learn is for questions about how to use the language and general

Re: Shared Libraries [was Re: D 1.076 and 2.061 release]

2013-01-10 Thread Jacob Carlborg
On 2013-01-10 21:13, Walter Bright wrote: No. But a reasonable way is to just get the instruction set reference from Intel, and single step some D code in assembler mode in the debugger and go instruction by instruction. I see, thanks. I think you'll be pleasantly surprised at how knowing

Re: Shared Libraries [was Re: D 1.076 and 2.061 release]

2013-01-10 Thread Jacob Carlborg
On 2013-01-11 05:22, deadalnix wrote: I have to concurs with Walter here. Knowing assembly language is a great way to improve you knowledge of programming in general. This is way easier than what most dev think. I personally know assembly for ARM and x86, and it is clearly helpful. I have no