You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use generated function to run instruction
* optimize mem allocation
* optiomize copy and update_var!
* optimization on constant
* remove MacroTools
* don't optimize function call
* opt const function-call conditionally
* remove `val`
* breakdown benchmarks
* use Vector as bindings
* use Int as box, inline _update_var! manually
* code refactor
* remove unused code
* Update src/tapedfunction.jl
* add comments
* update comments
* update from review
* update from review
* use a compact bindings, remove the offset limitation
* bugfix: unify TypedSlot and SlotNumber
* document
* refine types
* give bindings a sizehint
* update docs for `tape_copy`
* remove outdated comments
* update from review
* disable logging by default
* update comments
* use vector to store arg indices
* rename fields in TF
* remove TempBindings
* Update tapedfunction.jl
* Update Project.toml
Co-authored-by: Hong Ge <[email protected]>
0 commit comments