[M3commit] [modula3/cm3] 240831: Create the param type in pop_struct whether it exi...
GitHub
noreply at github.com
Mon Jan 29 12:22:39 CET 2018
Branch: refs/heads/master
Home: https://github.com/modula3/cm3
Commit: 240831d68d8b7e34e86459763061c186601244c0
https://github.com/modula3/cm3/commit/240831d68d8b7e34e86459763061c186601244c0
Author: peter mckinna <peter mckinna at gmail.com>
Date: 2018-01-29 (Mon, 29 Jan 2018)
Changed paths:
M m3-sys/llvm3.6.1/src/M3CG_LLVM.m3
Log Message:
-----------
Create the param type in pop_struct whether it exists or not
Direct and indirect calls have declare_param to define the type
of struct value parameters. Indirect method calls imported from
another module just have pop_param and pop_struct from which we
infer the type of the parameters and the signature of the call.
Commit: e053878e862c3f6b9374bb1cd95c65db986ccd65
https://github.com/modula3/cm3/commit/e053878e862c3f6b9374bb1cd95c65db986ccd65
Author: peter mckinna <peter mckinna at gmail.com>
Date: 2018-01-29 (Mon, 29 Jan 2018)
Changed paths:
M m3-sys/m3front/src/values/Variable.m3
Log Message:
-----------
A global should have a name. Partly fixes llvm debug globals.
Compare: https://github.com/modula3/cm3/compare/c6eaf9ff2b9a...e053878e862c
More information about the M3commit
mailing list