Commit 9759cd7c authored by Chris Toshok's avatar Chris Toshok

put the hot gc methods close to one another

parent 98088533
......@@ -18,7 +18,6 @@
.text._ZN6pyston9threading22_allowGLReadPreemptionEv
.text._ZN6pyston9getOpNameEi
.text._ZN6pyston8callFuncEPNS_17BoxedFunctionBaseEPNS_15CallRewriteArgsENS_11ArgPassSpecEPNS_3BoxES6_S6_PS6_PKSt6vectorIPKSsSaISA_EE
.text._ZN6pyston2gc9GCVisitor5visitEPv
.text.intLtInt
.text.intModInt
.text.intAddInt
......@@ -33,3 +32,22 @@
.text.createTuple
.text._ZN6pyston18rearrangeArgumentsENS_16ParamReceiveSpecEPKNS_10ParamNamesEPKcPPNS_3BoxEPNS_15CallRewriteArgsERbNS_11ArgPassSpecES7_S7_S7_S8_PKSt6vectorIPNS_11BoxedStringESaISF_EERS7_SK_SK_S8_
.text.sre_match
.text._ZN6pyston2gc10SmallArena14allocationFromEPv
.text._ZN6pyston2gc10LargeArena14allocationFromEPv
.text._ZN6pyston2gc9HugeArena14allocationFromEPv
.text._ZN6pyston2gc9GCVisitor5visitEPv
.text._ZN6pyston2gc9markPhaseEv
.text.boxGCHandler
.text.typeGCHandler
.text.closureGCHandler
.text.propertyGCHandler
.text.listGCHandler
.text.functionGCHandler
.text.tupleGCHandler
.text.listGCHandler
.text.setGCHandler
.text.instancemethodGCHandler
.text.classmethodGCHandler
.text.staticmethodGCHandler
.text.sliceGCHandler
.text._ZN6pyston2gc13runCollectionEv
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment