Go to file
lrn@chromium.org 2816e8a899 Added fast-case for switch statement where all lables are constant Smi's in a limited range (IA32 only so far).
Implemented using a jump-table, for constant time lookup.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@343 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-09-18 11:59:55 +00:00
benchmarks Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
include Removed Message::GetStackTrace. 2008-09-11 07:29:25 +00:00
samples Removed Message::GetStackTrace. 2008-09-11 07:29:25 +00:00
src Added fast-case for switch statement where all lables are constant Smi's in a limited range (IA32 only so far). 2008-09-18 11:59:55 +00:00
test Added fast-case for switch statement where all lables are constant Smi's in a limited range (IA32 only so far). 2008-09-18 11:59:55 +00:00
tools - Rename flags.defs to flag-definitions.h. 2008-09-17 08:47:50 +00:00
AUTHORS Capitalize V8 in AUTHORS file. 2008-09-08 08:09:50 +00:00
ChangeLog Update version string and ChangeLog; we're now working on 2008-09-17 13:56:12 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Removed SCons warning flags duplication on Windows. It now uses 2008-09-12 07:08:55 +00:00