Go to file
mads.s.ager@gmail.com 36a4d039b1 Introduce ZoneScope class to keep track of zone deletion. Remove
unsafe calls to Zone::DeleteAll() from parser and use ZoneScopes
instead.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@54 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-09-01 06:06:52 +00:00
public updated front page 2008-08-30 10:36:54 +00:00
samples Added presubmit step that runs cpplint and checks for missing 2008-08-29 12:52:21 +00:00
src Introduce ZoneScope class to keep track of zone deletion. Remove 2008-09-01 06:06:52 +00:00
test Removed the implicit call to DebugBreak when receiving debugger commands 2008-08-29 12:04:25 +00:00
tools Added presubmit step that runs cpplint and checks for missing 2008-08-29 12:52:21 +00:00
ChangeLog Improved performance of garbage collection by moving the function that updates pointers during compacting collection into the updating visitor. This gives the compiler a better chance to inline and avoid a function call per (potential) pointer. 2008-08-14 13:41:48 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Removed the library=default option. 2008-08-29 09:31:07 +00:00