Re: Self-modifying code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Self-modifying code
Date: 2005-12-15 05:20:49
Message-ID: 9881.1134624049@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> I just read an article on LWN.net about the usage of self-modifying code
> for selecting the optimum code for a given operation at run time.

That went out with hula hoops, I think. For sure the security
implications of making your code segment writable mean that the bar for
"is it worth it" is a WHOLE lot higher than "it might possibly make TAS
a bit faster".

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-12-15 05:31:32 Re: Extended queries
Previous Message Qingqing Zhou 2005-12-15 05:10:37 Re: Which qsort is used