DescriptionMove OS/compiler/feature detection to public v8config.h header.
From now on the v8config.h header should be the one and
only file where we do (freaky) checks to detect OS, C++
compiler or certain compiler features. Since we need that
both internally and for the public API, the new v8config.h
is the proper place to add (everything is prefixed with V8_
so we are safe).
R=svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=16281
Patch Set 1 #Patch Set 2 : REBASE #Patch Set 3 : Also add V8_ALIGNAS() there, required for the CPU profiler queue. #
Total comments: 4
Messages
Total messages: 8 (1 generated)
|