StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
470 stars 60 forks source link

Remove static constructor ambiguity for constants #170

Closed eschkufz closed 9 years ago

eschkufz commented 9 years ago

This will let us fix up the regset iterators.

eschkufz commented 9 years ago

This still needs work. Reopening.

eschkufz commented 9 years ago

I looked into this some more. Internally, everything should be using the public API for Constants. This should resolve any static initialization ambiguity.