SV: [RFC] Setting data segment and loong constants - WIP
Petter Tomner
tomner@kth.se
Thu Oct 21 13:27:08 GMT 2021
I think I more or less got a working patch for constructors and global rvalue init.
The remaining concern is that type matching on the other entry points
only remove one qualifier (not recursive), and does not match on eg.
"pointer to const x" made from different function calls. Which makes cast
pretty much mandatory for any nested type.
I made a "strip all and compare types" for the new entrypoints, but I wonder if that
just makes it more confusing for the user?
I attached a WIP patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ctor.patch
Type: text/x-patch
Size: 130533 bytes
Desc: 0003-ctor.patch
URL: <https://gcc.gnu.org/pipermail/jit/attachments/20211021/ce5b262b/attachment-0001.bin>
More information about the Jit
mailing list