What use of making this constant "static" (since their values are known at compile time)? I don't thing the compiler would generate or bigger slower code in that case. It would likely generate the same code inlining the constant.
On Wed, Mar 24, 2010 at 12:54 PM, <[email protected]> wrote: > Why not make those constants buffer_size and max_significant_digits > "static > const"? > > > http://codereview.chromium.org/1225003 > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
