Jan Civlin
Jan Civlin
We need a new value `LLVMDWARFSourceLanguage::LLVMDWARFSourceLanguageMove` likewise llvm to support and generate Dwarf info for all Move language constructs.
I'm deep in dwarf riddle, plz go ahead. Let me know if you need help. > We think the Sui storage model will be easier to implement on Solana than...
> The sui compiler had a curious change that caused `move-build` to seemingly not work with bytecode dependencies. Applying this patch made those tests pass again: > > ``` >...
> > Can it be bc we are processing modules in a reverse order. I found this to be problematic for DI building and restoring the order returned by move...
> These are good to have but we can postpone this work until stage 3. I found that compilation of `stdlib` (ascii.moe, in particular, but this will chain vector.move and...
see more about `Prop` here: https://github.com/solana-labs/move/issues/250
Our move compiler allows to visualize the control flow per function. For example for this `vector.2.move` program: ```code module 0x101::vector { native public fun empty(): vector; native public fun borrow(v:...
This would require supporting Aptos extended Move, which includes some new syntax, in particular, supporting function params, and map-like iterator. In general compilation vs stdlib (or any "lib") requires support...