source: webkit/trunk/Source/JavaScriptCore/bytecode@ 139541

Name Size Rev Age Author Last Change
../
ArrayAllocationProfile.cpp 1.7 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
ArrayAllocationProfile.h 2.5 KB 133953   13 years fpizlo JSC should infer when indexed storage contains only integers or …
ArrayProfile.cpp 5.6 KB 137937   12 years fpizlo Rationalize array profiling for out-of-bounds and hole cases …
ArrayProfile.h 7.0 KB 137937   12 years fpizlo Rationalize array profiling for out-of-bounds and hole cases …
BytecodeConventions.h 1.9 KB 130726   13 years mark.lam Renamed RegisterFile to JSStack, and removed prototype of the …
ByValInfo.h 4.8 KB 133953   13 years fpizlo JSC should infer when indexed storage contains only integers or …
CallLinkInfo.cpp 2.4 KB 138516   12 years fpizlo All JIT stubs should go through the getCTIStub API …
CallLinkInfo.h 3.4 KB 139021   12 years fpizlo Rationalize closure call heuristics and profiling …
CallLinkStatus.cpp 4.6 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
CallLinkStatus.h 4.0 KB 138921   12 years fpizlo DFG should inline closure calls …
CallReturnOffsetToBytecodeOffset.h 2.3 KB 104646   13 years fpizlo CodeBlock.h declares too many things …
CodeBlock.cpp 131.7 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
CodeBlock.h 61.3 KB 139136   12 years fpizlo DFG shouldn't treat the 'this' argument as being captured if a code …
CodeBlockHash.cpp 2.8 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
CodeBlockHash.h 3.0 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
CodeBlockWithJITType.h 2.0 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
CodeOrigin.cpp 3.8 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
CodeOrigin.h 5.3 KB 139109   12 years fpizlo REGRESSION (r138921): Crash in JSC::Arguments::create …
CodeType.cpp 1.8 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
CodeType.h 1.6 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
Comment.h 1.5 KB 121480   13 years commit-queue Adding a commenting utility to record BytecodeGenerator comments with …
DataFormat.h 5.6 KB 121717   13 years fpizlo DFG OSR exit value recoveries should be computed lazily …
DFGExitProfile.cpp 3.0 KB 139021   12 years fpizlo Rationalize closure call heuristics and profiling …
DFGExitProfile.h 5.0 KB 139021   12 years fpizlo Rationalize closure call heuristics and profiling …
EvalCodeCache.h 3.8 KB 127202   13 years ggaren Use one object instead of two for closures, eliminating ScopeChainNode …
ExecutionCounter.cpp 6.0 KB 137094   12 years fpizlo JSC should scale the optimization threshold for a code block according …
ExecutionCounter.h 3.7 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
ExitKind.cpp 3.2 KB 138871   12 years fpizlo Rationalize exit site profiling for calls …
ExitKind.h 3.0 KB 138871   12 years fpizlo Rationalize exit site profiling for calls …
ExpressionRangeInfo.h 1.7 KB 104646   13 years fpizlo CodeBlock.h declares too many things …
GetByIdStatus.cpp 10.9 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
GetByIdStatus.h 4.1 KB 135041   13 years fpizlo Given a PutById or GetById with a proven structure, the DFG should be …
GlobalResolveInfo.h 1.9 KB 131682   13 years weinig Attempt to fix the build. * bytecode/GlobalResolveInfo.h: Copied from …
HandlerInfo.h 1.6 KB 104646   13 years fpizlo CodeBlock.h declares too many things …
Instruction.h 8.9 KB 133953   13 years fpizlo JSC should infer when indexed storage contains only integers or …
JumpTable.cpp 2.0 KB 95901   14 years darin Set eol-style to native on many source files where it was unset.
JumpTable.h 3.6 KB 130612   13 years benjamin Rename first/second to key/value in HashMap iterators …
LazyOperandValueProfile.cpp 3.3 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
LazyOperandValueProfile.h 5.6 KB 119660   13 years fpizlo PredictedType should be called SpeculatedType …
LineInfo.h 1.5 KB 104646   13 years fpizlo CodeBlock.h declares too many things …
LLIntCallLinkInfo.h 2.1 KB 108444   13 years fpizlo JSC should be a triple-tier VM …
MethodOfGettingAValueProfile.cpp 2.4 KB 108677   13 years fpizlo DFG OSR exit value profiling should have graceful handling of local …
MethodOfGettingAValueProfile.h 3.2 KB 108677   13 years fpizlo DFG OSR exit value profiling should have graceful handling of local …
Opcode.cpp 6.7 KB 135469   13 years fpizlo Rename dataLog() and dataLogV() to dataLogF() and dataLogFV() …
Opcode.h 10.7 KB 134381   13 years fpizlo op_get_callee should have value profiling …
Operands.h 6.5 KB 135640   12 years fpizlo Any function that can log things should be able to easily log them to …
PolymorphicPutByIdList.cpp 4.6 KB 122166   13 years fpizlo It should be possible to jettison JIT stub routines even if they are …
PolymorphicPutByIdList.h 5.5 KB 122166   13 years fpizlo It should be possible to jettison JIT stub routines even if they are …
PutByIdStatus.cpp 9.2 KB 135041   13 years fpizlo Given a PutById or GetById with a proven structure, the DFG should be …
PutByIdStatus.h 4.3 KB 135041   13 years fpizlo Given a PutById or GetById with a proven structure, the DFG should be …
PutKind.h 1.4 KB 107485   13 years fpizlo DFG should have polymorphic put_by_id caching …
ReduceWhitespace.cpp 1.9 KB 137094   12 years fpizlo JSC should scale the optimization threshold for a code block according …
ReduceWhitespace.h 1.5 KB 137094   12 years fpizlo JSC should scale the optimization threshold for a code block according …
ResolveGlobalStatus.cpp 2.4 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
ResolveGlobalStatus.h 2.8 KB 131822   13 years oliver Bytecode should not have responsibility for determining how to perform …
ResolveOperation.h 5.2 KB 131649   13 years oliver Committing new files is so overrated.
SamplingTool.cpp 15.3 KB 135469   13 years fpizlo Rename dataLog() and dataLogV() to dataLogF() and dataLogFV() …
SamplingTool.h 10.3 KB 132182   13 years mark.lam Make topCallFrame reliable. …
SpecialPointer.cpp 1.7 KB 129713   13 years fpizlo jneq_ptr shouldn't have a pointer …
SpecialPointer.h 2.1 KB 131644   13 years fpizlo Array and object allocations via 'new Object' or 'new Array' should be …
SpeculatedType.cpp 8.4 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
SpeculatedType.h 11.9 KB 136096   12 years fpizlo SpeculatedType dumping should not use the static char buffer[thingy] …
StructureSet.h 5.0 KB 131982   13 years fpizlo DFG should have some facility for recognizing redundant CheckArrays …
StructureStubClearingWatchpoint.cpp 2.9 KB 122544   13 years fpizlo DFG property access stubs should use structure transition watchpoints …
StructureStubClearingWatchpoint.h 3.4 KB 122544   13 years fpizlo DFG property access stubs should use structure transition watchpoints …
StructureStubInfo.cpp 4.4 KB 127202   13 years ggaren Use one object instead of two for closures, eliminating ScopeChainNode …
StructureStubInfo.h 10.5 KB 134332   13 years fpizlo Patching of jumps to stubs should use jump replacement rather than …
UnlinkedCodeBlock.cpp 11.5 KB 139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
UnlinkedCodeBlock.h 26.3 KB 136261   12 years oliver Add direct string->function code cache …
ValueProfile.h 7.8 KB 137379   12 years fpizlo Profiler should show bytecode dumps as they would have been visible to …
ValueRecovery.h 10.5 KB 136539   12 years fpizlo Replace JSValue::description() with JSValue::dump(PrintStream&) …
VirtualRegister.h 1.9 KB 136096   12 years fpizlo SpeculatedType dumping should not use the static char buffer[thingy] …
Watchpoint.cpp 2.8 KB 123107   13 years commit-queue Fixed broken ENABLE_JIT=0 build. …
Watchpoint.h 5.8 KB 126494   13 years mhahnenberg Change behavior of MasqueradesAsUndefined to better accommodate DFG …
Note: See TracBrowser for help on using the repository browser.