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

Name Size Rev Age Author Last Change
../
ArrayAllocationProfile.cpp 2.5 KB 166792   11 years mhahnenberg Use JSCell::indexingType instead of Structure::indexingType wherever …
ArrayAllocationProfile.h 2.6 KB 166792   11 years mhahnenberg Use JSCell::indexingType instead of Structure::indexingType wherever …
ArrayProfile.cpp 5.3 KB 164764   11 years mhahnenberg Make JSCells have 32-bit Structure pointers …
ArrayProfile.h 7.1 KB 164764   11 years mhahnenberg Make JSCells have 32-bit Structure pointers …
BytecodeBasicBlock.cpp 8.3 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
BytecodeBasicBlock.h 3.7 KB 159394   12 years fpizlo FTL should have an explicit notion of bytecode liveness …
BytecodeConventions.h 1.9 KB 130726   13 years mark.lam Renamed RegisterFile to JSStack, and removed prototype of the …
BytecodeList.json 9.1 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
BytecodeLivenessAnalysis.cpp 13.1 KB 159943   11 years fpizlo Stores to local captured variables should be intercepted …
BytecodeLivenessAnalysis.h 2.5 KB 159394   12 years fpizlo FTL should have an explicit notion of bytecode liveness …
BytecodeLivenessAnalysisInlines.h 2.4 KB 163760   11 years fpizlo Never include *Inlines.h files in interface headers, and never include …
BytecodeUseDef.h 12.1 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
ByValInfo.h 5.3 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
CallLinkInfo.cpp 3.6 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
CallLinkInfo.h 3.6 KB 166392   11 years oliver Support spread operand in |new| expressions …
CallLinkStatus.cpp 9.8 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
CallLinkStatus.h 4.8 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
CallReturnOffsetToBytecodeOffset.h 2.2 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
CodeBlock.cpp 151.1 KB 172822   11 years commit-queue Fix how CodeBlock dumps the opcode op_profile_type …
CodeBlock.h 49.3 KB 172614   11 years commit-queue Allow high fidelity type profiling to be enabled and disabled. …
CodeBlockHash.cpp 2.3 KB 160456   11 years commit-queue Store SHA1 hash in std::array …
CodeBlockHash.h 3.1 KB 153227   12 years oliver fourthTier: Concurrent JIT shouldn't try to recompute the …
CodeBlockJettisoningWatchpoint.cpp 1.8 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
CodeBlockJettisoningWatchpoint.h 1.9 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
CodeBlockWithJITType.h 2.0 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
CodeOrigin.cpp 6.3 KB 171362   11 years fpizlo Merge r168635, r168780, r169005, r169014, and r169143 from ftlopt. …
CodeOrigin.h 8.9 KB 172853   11 years mark.lam r171362 accidentally increased the size of InlineCallFrame. …
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 164424   11 years ossy Get rid of redundant Platform.h includes …
ComplexGetStatus.cpp 3.0 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
ComplexGetStatus.h 4.6 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
ConstantStructureCheck.cpp 2.6 KB 171613   11 years fpizlo Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, …
ConstantStructureCheck.h 2.6 KB 171613   11 years fpizlo Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, …
DataFormat.h 4.1 KB 156047   12 years fpizlo DFG should support Int52 for local variables …
DeferredCompilationCallback.cpp 1.9 KB 165005   11 years mark.lam ASSERTION FAILED: m_numBreakpoints >= numBreakpoints when deleting …
DeferredCompilationCallback.h 1.9 KB 165005   11 years mark.lam ASSERTION FAILED: m_numBreakpoints >= numBreakpoints when deleting …
DFGExitProfile.cpp 3.5 KB 163027   11 years msaboff Merge the jsCStack branch …
DFGExitProfile.h 7.1 KB 163027   11 years msaboff Merge the jsCStack branch …
EvalCodeCache.h 3.2 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
ExecutionCounter.cpp 6.6 KB 167515   11 years fpizlo Options::maximumExecutionCountsBetweenCheckpoints() should be higher …
ExecutionCounter.h 4.4 KB 167515   11 years fpizlo Options::maximumExecutionCountsBetweenCheckpoints() should be higher …
ExitingJITType.cpp 1.8 KB 164207   11 years fpizlo FTL should inline polymorphic heap accesses …
ExitingJITType.h 1.9 KB 164207   11 years fpizlo FTL should inline polymorphic heap accesses …
ExitKind.cpp 3.2 KB 171613   11 years fpizlo Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, …
ExitKind.h 3.2 KB 171613   11 years fpizlo Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, …
ExpressionRangeInfo.h 3.9 KB 152494   12 years mark.lam Fix 30% JSBench regression (caused by adding column numbers to stack …
FullBytecodeLiveness.h 2.5 KB 159394   12 years fpizlo FTL should have an explicit notion of bytecode liveness …
GetByIdStatus.cpp 12.1 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
GetByIdStatus.h 4.2 KB 171660   11 years fpizlo Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
GetByIdVariant.cpp 3.9 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
GetByIdVariant.h 3.0 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
HandlerInfo.h 1.6 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
InlineCallFrameSet.cpp 1.7 KB 171949   11 years ossy URTBF after r171946 to fix non-Apple builds. * …
InlineCallFrameSet.h 2.0 KB 171946   11 years ggaren CodeBlock fails to visit the Executables of its InlineCallFrames …
Instruction.h 4.9 KB 171660   11 years fpizlo Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
JumpTable.cpp 2.0 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
JumpTable.h 4.0 KB 167646   11 years fpizlo Switch statements that skip the baseline JIT should work …
LazyOperandValueProfile.cpp 3.4 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
LazyOperandValueProfile.h 5.8 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
LLIntCallLinkInfo.h 2.1 KB 108444   13 years fpizlo JSC should be a triple-tier VM …
MethodOfGettingAValueProfile.cpp 2.6 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
MethodOfGettingAValueProfile.h 3.2 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
ObjectAllocationProfile.h 5.5 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
Opcode.cpp 6.8 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
Opcode.h 4.2 KB 170147   11 years dbatyai.u-szeged Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards …
Operands.h 8.1 KB 171613   11 years fpizlo Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, …
OperandsInlines.h 2.1 KB 156047   12 years fpizlo DFG should support Int52 for local variables …
PolymorphicAccessStructureList.h 4.1 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
PolymorphicGetByIdList.cpp 4.7 KB 171362   11 years fpizlo Merge r168635, r168780, r169005, r169014, and r169143 from ftlopt. …
PolymorphicGetByIdList.h 4.1 KB 168548   11 years mhahnenberg JSDOMWindow should have a WatchpointSet to fire on window close …
PolymorphicPutByIdList.cpp 5.0 KB 166945   11 years fpizlo Repatch should support setters and plant calls to them directly …
PolymorphicPutByIdList.h 6.8 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
PreciseJumpTargets.cpp 5.0 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
PreciseJumpTargets.h 1.6 KB 159136   12 years mhahnenberg CodeBlocks should be able to determine bytecode liveness …
PutByIdStatus.cpp 17.0 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
PutByIdStatus.h 4.0 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
PutByIdVariant.cpp 7.3 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
PutByIdVariant.h 4.2 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
PutKind.h 1.4 KB 107485   13 years fpizlo DFG should have polymorphic put_by_id caching …
ReduceWhitespace.cpp 1.9 KB 153142   12 years oliver fourthTier: DFG tries to ref/deref StringImpls in a ton of places …
ReduceWhitespace.h 1.5 KB 153142   12 years oliver fourthTier: DFG tries to ref/deref StringImpls in a ton of places …
SamplingTool.cpp 15.3 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
SamplingTool.h 10.2 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
SpecialPointer.cpp 1.7 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
SpecialPointer.h 2.1 KB 131644   13 years fpizlo Array and object allocations via 'new Object' or 'new Array' should be …
SpeculatedType.cpp 14.9 KB 167394   11 years fpizlo Discern between NaNs that would be safe to tag and NaNs that need some …
SpeculatedType.h 16.2 KB 171362   11 years fpizlo Merge r168635, r168780, r169005, r169014, and r169143 from ftlopt. …
StructureSet.cpp 10.3 KB 171660   11 years fpizlo Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
StructureSet.h 7.6 KB 171719   11 years tgergely.u-szeged BuildFix: JavaScriptCore/bytecode/StructureSet.h:262:77: warning. …
StructureStubClearingWatchpoint.cpp 2.9 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
StructureStubClearingWatchpoint.h 3.4 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
StructureStubInfo.cpp 3.6 KB 171362   11 years fpizlo Merge r168635, r168780, r169005, r169014, and r169143 from ftlopt. …
StructureStubInfo.h 7.8 KB 171362   11 years fpizlo Merge r168635, r168780, r169005, r169014, and r169143 from ftlopt. …
ToThisStatus.cpp 2.1 KB 171660   11 years fpizlo Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
ToThisStatus.h 1.7 KB 171660   11 years fpizlo Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
TypeLocation.h 2.1 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
UnlinkedCodeBlock.cpp 18.7 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
UnlinkedCodeBlock.h 26.6 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
UnlinkedInstructionStream.cpp 4.1 KB 170312   11 years akling Inline the UnlinkedInstructionStream::Reader logic. …
UnlinkedInstructionStream.h 4.7 KB 170312   11 years akling Inline the UnlinkedInstructionStream::Reader logic. …
ValueProfile.h 6.9 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
ValueRecovery.cpp 4.4 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
ValueRecovery.h 8.6 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
VariableWatchpointSet.cpp 1.9 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
VariableWatchpointSet.h 3.8 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
VariableWatchpointSetInlines.h 2.1 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
VirtualRegister.h 3.9 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
Watchpoint.cpp 3.4 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
Watchpoint.h 9.7 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
Note: See TracBrowser for help on using the repository browser.