Leonardo de Moura
|
611f6ae780
|
feat(library/compiler/specialize): code specialization
TODO:
- Cache results at `specialize_ext`
- Cleanup
It is not feasible to run code specializer without cache: code explosion.
|
2018-10-16 15:50:42 -07:00 |
|
Leonardo de Moura
|
9ca4c362ae
|
feat(library/compiler/specialize): add spec_info
Store which arguments can be specialized.
|
2018-10-15 12:54:34 -07:00 |
|
Leonardo de Moura
|
27e6f7f424
|
feat(library/compiler): invoke specialize skeleton
|
2018-10-09 15:23:42 -07:00 |
|
Leonardo de Moura
|
e18af852c8
|
feat(library/compiler): add code specialization skeleton
|
2018-10-05 17:30:27 -07:00 |
|