commit | 24ac537cf8d214f7f1bcb07aace429521247d1eb | [log] [tgz] |
---|---|---|
author | Ben Cheng <bccheng@google.com> | Wed Dec 16 13:15:53 2009 -0800 |
committer | Ben Cheng <bccheng@google.com> | Wed Dec 16 13:15:53 2009 -0800 |
tree | ad0a6059ee7ca5a9d1ce3d7a4c3efb19ddb3082c | |
parent | 0b089615150666da12ed447cd4cec78b7abbe4e7 [diff] |
Move VFP register save/restore routines from template to codegen. Code in the template directory will occupy space in the code cache and is invoked from JIT'ed code. Since these routines are only invoked from statically compiled functions we can move them to the codegen directory which also has arch-variant configurations.