v8/src
2009-07-01 13:20:09 +00:00
..
arm Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
ia32 Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
third_party/dtoa Remove JSCRE 2009-02-25 08:08:01 +00:00
x64 X64: Add Math.random, fix UnarySubStub 2009-07-01 11:59:10 +00:00
accessors.cc Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
accessors.h Add more debugging information to scripts compiled through eval. 2009-06-08 10:47:49 +00:00
allocation.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
allocation.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
api.cc A helper function to speed up creation of V8 wrappers for DOM Nodes. 2009-06-24 11:52:52 +00:00
api.h Add a new C++ pointer wrapping API to External to not dilute the 2009-03-23 19:51:10 +00:00
apinatives.js Introducing a kUninitialized constant used for clearing the function cache. 2009-01-13 07:37:53 +00:00
apiutils.h Split handle scopes into an internal version and a version accessible 2009-01-23 17:22:23 +00:00
arguments.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
array.js Make Array.sort safely generic on JSObject types. Fix bug 346 http://code.google.com/p/v8/issues/detail?id=346 2009-06-10 11:42:22 +00:00
assembler.cc Add a compare stub on ARM. 2009-06-29 13:52:13 +00:00
assembler.h Add a compare stub on ARM. 2009-06-29 13:52:13 +00:00
ast.cc Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
ast.h Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
bootstrapper.cc Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
bootstrapper.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
builtins.cc Add log compression ability. 2009-06-08 13:39:48 +00:00
builtins.h Allow functions to have custom construct stubs that are called 2009-06-19 07:36:16 +00:00
bytecodes-irregexp.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
char-predicates-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
char-predicates.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
checks.cc all-in-one 2009-03-02 09:09:07 +00:00
checks.h Changed some int casts to intptr_t. 2009-05-04 13:11:38 +00:00
code-stubs.cc Add missing cases. Thanks to polarjs for bug 393. 2009-06-30 20:57:44 +00:00
code-stubs.h A bunch of changes to speed up math on ARM. 2009-06-10 10:20:37 +00:00
code.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
codegen-inl.h Simplify the processing of deferred code in the code generator. Our 2009-06-05 14:16:32 +00:00
codegen.cc Optimize %ClassOf() on IA-32 and use it instead of the 2009-06-29 10:45:16 +00:00
codegen.h - Add a "#error Unsupported target architecture." where needed. A chain of 2009-06-29 17:07:30 +00:00
compilation-cache.cc Refactor the handling of generations in the compilation cache. 2009-06-22 11:12:51 +00:00
compilation-cache.h Refactor the handling of generations in the compilation cache. 2009-06-22 11:12:51 +00:00
compiler.cc Attempt to reduce performance penalty for logging and profiling 2009-06-24 13:09:34 +00:00
compiler.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
contexts.cc Implemented a ContextSlotCache for compiled code. 2009-06-22 08:09:57 +00:00
contexts.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
conversions-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
conversions.cc Do not use common INFINITY name as it might be overriden by some other include file. Let's use 2009-06-24 17:25:46 +00:00
conversions.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
counters.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
counters.h - Record cache hit rates at different levels in the compilation cache 2009-05-26 08:10:04 +00:00
cpu.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
d8-debug.cc Extend debugger agent protocol with a connect message.Added a name of the embedding application when enabeling the debugger agent.Send a connection message from the debugger agent to the remote debugger when connecting. This message contains the V8 version, the protcol version (currently 1) and the name of the embedding application. Currently this information is just printed raw as received. 2009-03-23 22:23:39 +00:00
d8-debug.h Add remote debugging front end to developer shell. 2009-03-04 09:42:51 +00:00
d8-posix.cc Do not ignore the result from calls to write(). This avoids a warning 2009-05-22 07:43:41 +00:00
d8-readline.cc Introducing a new StrNDup function that uses new[] for when we dispose the result using delete[]. 2009-03-18 12:27:37 +00:00
d8-windows.cc * Add rmdir, mkdir -p and umask to d8 on Unix. 2009-03-31 12:45:33 +00:00
d8.cc Activate the debugger in the developer shell earlier. 2009-06-09 06:53:15 +00:00
d8.h Add ENABLE_DEBUGGER_SUPPORT macro. 2009-04-20 16:36:13 +00:00
d8.js Add scope chain information to the debugger. 2009-06-12 10:03:25 +00:00
date-delay.js Replaced DateFromTime and isNaN with macro calls in date code. 2009-06-29 12:41:18 +00:00
dateparser-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
dateparser.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
dateparser.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
debug-agent.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
debug-agent.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
debug-delay.js Introduce an argument that allows to include some data neccessary for displaying collapsed scope variables values in graphical debugger. 2009-06-23 09:53:18 +00:00
debug.cc Fix debugger after inlined keyed store change. 2009-06-12 11:24:13 +00:00
debug.h Change the handling of the debug break stack guard. The debug break is no longer ignored when hit inside "system" JavaScript. The reason for this is twofold: 2009-05-29 08:42:02 +00:00
disasm.h Merge from experimental code generator branch to bleeding edge. 2009-02-27 13:00:32 +00:00
disassembler.cc Tweaks to global object inline cache code. 2009-06-30 14:07:29 +00:00
disassembler.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
dtoa-config.c X64 implementation: VisitUnaryOperation, configure dtoa for X64 platform. 2009-06-25 10:15:50 +00:00
execution.cc - Add a "#error Unsupported target architecture." where needed. A chain of 2009-06-29 17:07:30 +00:00
execution.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
factory.cc Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
factory.h Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
flag-definitions.h When Error.collectStackTraces is set to true all new instances of 2009-06-30 11:08:37 +00:00
flags.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
flags.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
frame-element.h Removed static type inference and add a dynamic test for string addition. 2009-06-24 12:46:00 +00:00
frames-inl.h - Add a "#error Unsupported target architecture." where needed. A chain of 2009-06-29 17:07:30 +00:00
frames.cc Get rid of the notion of "parameter pointer" that no longer exists in 2009-06-10 15:08:25 +00:00
frames.h Get rid of the notion of "parameter pointer" that no longer exists in 2009-06-10 15:08:25 +00:00
func-name-inferrer.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
func-name-inferrer.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
global-handles.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
global-handles.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
globals.h X64: Implementation of a bunch of stubs, and some new opcodes. 2009-06-17 11:50:33 +00:00
handles-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
handles.cc Introduce an API to force the deletion of a property ignoring 2009-06-08 09:46:09 +00:00
handles.h Introduce an API to force the deletion of a property ignoring 2009-06-08 09:46:09 +00:00
hashmap.cc Never use the freelists when always compacting. 2009-05-26 09:17:50 +00:00
hashmap.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
heap-inl.h Changed allocation to allow large objects to be allocated in new space. 2009-06-18 14:06:36 +00:00
heap.cc Always scavenge when doing GCs. 2009-07-01 13:20:09 +00:00
heap.h Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
ic-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
ic.cc Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
ic.h x64: Generate code for loading from, storing to and calling properties. 2009-06-23 06:12:14 +00:00
interpreter-irregexp.cc - Avoid allocating an overly large stack frame in the irregexp 2009-06-30 22:36:35 +00:00
interpreter-irregexp.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
json-delay.js Remove unused parameter. 2009-05-18 13:16:48 +00:00
jsregexp-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
jsregexp.cc - Add a "#error Unsupported target architecture." where needed. A chain of 2009-06-29 17:07:30 +00:00
jsregexp.h Added stack overflow check for RegExp analysis phase. 2009-05-27 11:23:26 +00:00
jump-target-inl.h Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
jump-target.cc Removed static type inference and add a dynamic test for string addition. 2009-06-24 12:46:00 +00:00
jump-target.h Remove branching and binding with two arguments from the JumpTarget 2009-06-12 14:43:27 +00:00
list-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
list.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
log-inl.h Attempt to reduce performance penalty for logging and profiling 2009-06-24 13:09:34 +00:00
log-utils.cc Implemented processing of compressed log files. 2009-06-18 07:59:13 +00:00
log-utils.h Fixed pointer vs. va_list overloading problem occuring in gcc 3.3 (used for ARM build). 2009-06-15 15:49:03 +00:00
log.cc Reimplement profiler sampler on Mac OS X to get it working under Chromium. 2009-07-01 08:46:59 +00:00
log.h Attempt to reduce performance penalty for logging and profiling 2009-06-24 13:09:34 +00:00
macro-assembler.h - Add a "#error Unsupported target architecture." where needed. A chain of 2009-06-29 17:07:30 +00:00
macros.py When Error.collectStackTraces is set to true all new instances of 2009-06-30 11:08:37 +00:00
mark-compact.cc X64: Fix bad value in stack layout constants. 2009-06-30 11:09:57 +00:00
mark-compact.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
math.js Optimize Math.sin and Math.cos by avoiding runtime calls. 2009-06-15 12:06:48 +00:00
memory.h Add miscellaneous operations to x64 assembler. 2009-06-02 13:40:52 +00:00
messages.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
messages.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
messages.js When Error.collectStackTraces is set to true all new instances of 2009-06-30 11:08:37 +00:00
mirror-delay.js Optimize %ClassOf() on IA-32 and use it instead of the 2009-06-29 10:45:16 +00:00
mksnapshot.cc Remove definition of _HAS_EXCEPTIONS from source files. 2009-04-14 14:58:23 +00:00
natives.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
objects-debug.cc Changed the global object representation.The global object is now always in dictionary (slow) mode with each of its properties stored in a cell object. A cell object has one field containing the actual value for the property. Inline caches for access to global properties which uses direct to the cell are now created for load, store and call to properties of the global object. When properties of the global object are deleted the cell for that property is kept with an indcation of that the property is deleted.Added counters to track the use of the global property inline caches.Added additional information on IC's in the disassembler. 2009-06-30 10:05:36 +00:00
objects-inl.h Changed the global object representation.The global object is now always in dictionary (slow) mode with each of its properties stored in a cell object. A cell object has one field containing the actual value for the property. Inline caches for access to global properties which uses direct to the cell are now created for load, store and call to properties of the global object. When properties of the global object are deleted the cell for that property is kept with an indcation of that the property is deleted.Added counters to track the use of the global property inline caches.Added additional information on IC's in the disassembler. 2009-06-30 10:05:36 +00:00
objects.cc Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
objects.h Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
oprofile-agent.cc Added utility scripts for running oprofile in tools/oprofile. 2009-06-16 12:08:59 +00:00
oprofile-agent.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
parser.cc Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
parser.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
platform-freebsd.cc Reimplement profiler sampler on Mac OS X to get it working under Chromium. 2009-07-01 08:46:59 +00:00
platform-linux.cc Reimplement profiler sampler on Mac OS X to get it working under Chromium. 2009-07-01 08:46:59 +00:00
platform-macos.cc Fix presubmit error. 2009-07-01 09:11:33 +00:00
platform-nullos.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
platform-posix.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
platform-win32.cc Reimplement profiler sampler on Mac OS X to get it working under Chromium. 2009-07-01 08:46:59 +00:00
platform.h Reimplement profiler sampler on Mac OS X to get it working under Chromium. 2009-07-01 08:46:59 +00:00
prettyprinter.cc Clean up the AST pretty printer by adding some missing newlines and 2009-06-04 12:01:55 +00:00
prettyprinter.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
property.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
property.h Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
regexp-delay.js Optimize %IsConstructCall() on IA-32. 2009-06-29 08:14:06 +00:00
regexp-macro-assembler-irregexp-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
regexp-macro-assembler-irregexp.cc Fix memory leak in regexp macro assembler. If the buffer has been 2009-06-15 06:27:33 +00:00
regexp-macro-assembler-irregexp.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
regexp-macro-assembler-tracer.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
regexp-macro-assembler-tracer.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
regexp-macro-assembler.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
regexp-macro-assembler.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
regexp-stack.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
regexp-stack.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
register-allocator-inl.h Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
register-allocator.cc Removed static type inference and add a dynamic test for string addition. 2009-06-24 12:46:00 +00:00
register-allocator.h Removed static type inference and add a dynamic test for string addition. 2009-06-24 12:46:00 +00:00
rewriter.cc Fix issue 380. 2009-06-16 11:47:00 +00:00
rewriter.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
runtime.cc Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
runtime.h When Error.collectStackTraces is set to true all new instances of 2009-06-30 11:08:37 +00:00
runtime.js Optimize %ClassOf() on IA-32 and use it instead of the 2009-06-29 10:45:16 +00:00
scanner.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
scanner.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
SConscript X64 platform: Add more register allocator functions. 2009-06-16 08:24:42 +00:00
scopeinfo.cc Implemented a ContextSlotCache for compiled code. 2009-06-22 08:09:57 +00:00
scopeinfo.h Implemented a ContextSlotCache for compiled code. 2009-06-22 08:09:57 +00:00
scopes.cc Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
scopes.h Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
serialize.cc Add a compare stub on ARM. 2009-06-29 13:52:13 +00:00
serialize.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
shell.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
smart-pointer.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
snapshot-common.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
snapshot-empty.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
snapshot.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
spaces-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
spaces.cc X64: Fix bad value in stack layout constants. 2009-06-30 11:09:57 +00:00
spaces.h X64: Fix bad value in stack layout constants. 2009-06-30 11:09:57 +00:00
string-stream.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
string-stream.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
string.js Optimize %ClassOf() on IA-32 and use it instead of the 2009-06-29 10:45:16 +00:00
stub-cache.cc Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
stub-cache.h Treat the builtins object like other global objects (with 2009-07-01 11:44:37 +00:00
token.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
token.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
top.cc - Inlined the code for make simple cons strings. 2009-06-26 13:09:50 +00:00
top.h - Inlined the code for make simple cons strings. 2009-06-26 13:09:50 +00:00
unicode-inl.h Cleanup include guards: 2009-05-04 13:36:43 +00:00
unicode.cc Misc. portability fixes. 2009-03-18 15:20:26 +00:00
unicode.h Cleanup include guards: 2009-05-04 13:36:43 +00:00
uri.js Implemented invalid UTF8 detection in decodeURI. That is, detection 2009-03-10 09:08:05 +00:00
usage-analyzer.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
usage-analyzer.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
utils.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
utils.h Implement tick events compression in a log file. 2009-06-11 14:08:34 +00:00
v8-counters.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
v8-counters.h Changed the global object representation.The global object is now always in dictionary (slow) mode with each of its properties stored in a cell object. A cell object has one field containing the actual value for the property. Inline caches for access to global properties which uses direct to the cell are now created for load, store and call to properties of the global object. When properties of the global object are deleted the cell for that property is kept with an indcation of that the property is deleted.Added counters to track the use of the global property inline caches.Added additional information on IC's in the disassembler. 2009-06-30 10:05:36 +00:00
v8.cc Change the implementation of Math.random to use George 2009-06-15 08:04:47 +00:00
v8.h Attempt to reduce performance penalty for logging and profiling 2009-06-24 13:09:34 +00:00
v8natives.js Optimize %ClassOf() on IA-32 and use it instead of the 2009-06-29 10:45:16 +00:00
v8threads.cc X64: Disabled RSet in 64-bit mode. 2009-05-20 08:05:12 +00:00
v8threads.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
variables.cc Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
variables.h Allocate arguments object on-demand instead of at function entry. 2009-06-24 08:01:38 +00:00
version.cc Prepare push of version 1.2.10 to trunk. 2009-06-29 08:12:02 +00:00
version.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
virtual-frame.cc Removed static type inference and add a dynamic test for string addition. 2009-06-24 12:46:00 +00:00
virtual-frame.h - Add a "#error Unsupported target architecture." where needed. A chain of 2009-06-29 17:07:30 +00:00
zone-inl.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
zone.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
zone.h Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00