summary refs log tree commit diff
path: root/lisc/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-14 23:36:26 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:33 -0400
commitf7bfa2e435c78917bd6df0c80e7e488751dac58c (patch)
treeff55a42ecc560ccde7af547b59c71b94afe6844b /lisc/Makefile
parentbad74e6dce897df9f21cea5bf0a32df298856351 (diff)
downloadroux-f7bfa2e435c78917bd6df0c80e7e488751dac58c.tar.gz
heavy modification of call handling
The IR generated by calls was very bulky because two
instructions were used for marking the live range of
a clobber.

This patch attempts to store the information of what
registers are use/def/clobber in the call instruction
itself, this leads to more compact code (even more
when we'll have SSE registers).  However, I find that
the amount of extra code needed is not really
easonable.  Fortunately it is not too invasive, thus
if the complexity creeps in, it should be easy to
revert.
Diffstat (limited to 'lisc/Makefile')
0 files changed, 0 insertions, 0 deletions