Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

15 check-ins using file generic/tclProc.c version d3821f5d59

2016-01-30
01:39
remove data[3] fro TEBCresume check-in: 4b755d8f77 user: msofer tags: mig-opt2-tmp
2016-01-29
23:57
expose one problem with sibcalling out of tebc check-in: 5042bcf5f2 user: msofer tags: mig-opt2
2016-01-28
22:48
tiny mods check-in: 3a4bf8ee2e user: msofer tags: mig-opt2
18:27
TODO check-in: a316de94ad user: msofer tags: mig-opt2
2016-01-27
22:37
FIXME: define HAVE_FAST_TSD to enable use of __thread in the allocator; this doesn't work as is on w... check-in: 1ef26d0d6f user: msofer tags: mig-opt2
13:45
small fix - previous commit was broken check-in: 7156615ca9 user: msofer tags: mig-opt2
11:59
remove TclSmallAlloc, was only used by expansion in tebc check-in: 364f484cfd user: msofer tags: mig-opt2
2016-01-26
20:29
make the NRE stack grow downwards in memory, so that it can be traversed faster on rewinding check-in: 891196ece0 user: msofer tags: mig-opt2
18:15
TODO check-in: 0a29df36d8 user: msofer tags: mig-opt2
18:15
using gcc's sibling call optimisation: calls between NRE_callbacks are optimised to tailcalls, also ... check-in: 656bed517b user: msofer tags: mig-opt2
16:59
using gcc's sibling call optimisation: calls between NRE_callbacks are optimised to tailcalls, also ... Closed-Leaf check-in: 43e939b345 user: msofer tags: mig-opt2-tmp
2016-01-23
20:28
merge check-in: 93159f88a0 user: msofer tags: mig-opt2-tmp
2016-01-20
18:07
merge check-in: 6871526357 user: msofer tags: mig-opt2-tmp
2016-01-18
06:27
making some functions NOINLINE (full implementation when the macro shortcuts do not apply) check-in: b5a4260d5f user: msofer tags: mig-opt2-tmp
06:12
introduce macros NRE_JUMP and NRE_NEXT to abstract the NRE mechanism, previous to introducing an alt... check-in: ea7d514026 user: msofer tags: mig-opt2-tmp