- 28 Jun, 2017 1 commit
-
-
Kunshan Wang authored
With a better uvm.staticanalysys.StaticAnalyzer, Holstein should have reject ill-formed Mu bundles if there are type errors. Fixing this will need refactoring, moving `uvm.refimpl.internals.scala` into a package for general IR processing, not specific to the interpreter implementation. See #10
-
- 04 Jun, 2017 1 commit
-
-
Kunshan Wang authored
And apparently no Scala code is changed.
-
- 29 Apr, 2017 1 commit
-
-
Kunshan Wang authored
It should treat the string parameter as an iref to a 0-terminated string.
-
- 25 Apr, 2017 1 commit
-
-
Kunshan Wang authored
-
- 19 Apr, 2017 1 commit
-
-
Kunshan Wang authored
- Implemented @uvm.irbuilder.new_ir_builder - Fixed @uvm.irbuilder.gen_sym where the %name parameter should be optional
-
- 20 Feb, 2017 2 commits
-
-
Kunshan Wang authored
Now "automagic relocation" can be enabled by a VMConf option "automagicReloc". It is disabled by default.
-
Kunshan Wang authored
Manual symbols can be added via the make_boot_image api function. Note: curently manual symbols can only be used during boot image building, and can be used for relocations, only. At run time, the manual symbols are invisible, because Holstein cannot actually generate ELF (or MachO) images compatible with native programs.
-
- 21 Sep, 2016 1 commit
-
-
Kunshan Wang authored
-
- 19 Sep, 2016 1 commit
-
-
Kunshan Wang authored
-
- 14 Sep, 2016 1 commit
-
-
Kunshan Wang authored
-
- 12 Sep, 2016 1 commit
-
-
Kunshan Wang authored
-
- 01 Sep, 2016 2 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
- 19 Jul, 2016 2 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
- 13 Jul, 2016 1 commit
-
-
Kunshan Wang authored
-
- 12 Jul, 2016 3 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
Kunshan Wang authored
-
- 30 Jun, 2016 2 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
- 13 Jun, 2016 1 commit
-
-
Kunshan Wang authored
-
- 02 Jun, 2016 1 commit
-
-
Kunshan Wang authored
-
- 24 May, 2016 3 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
Kunshan Wang authored
-
- 10 May, 2016 1 commit
-
-
Kunshan Wang authored
-
- 02 May, 2016 3 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
Kunshan Wang authored
-
- 18 Apr, 2016 1 commit
-
-
Kunshan Wang authored
-
- 15 Apr, 2016 1 commit
-
-
Kunshan Wang authored
Now MicroVM runs the static analyzer when adding any bundles.
-
- 04 Dec, 2015 1 commit
-
-
Kunshan Wang authored
-
- 03 Dec, 2015 3 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
Kunshan Wang authored
- Tested load_bundle, composite types and memory ops. - Fixed a bug in insertelement.
-
- 02 Dec, 2015 1 commit
-
-
Kunshan Wang authored
In theory, all Mu client API functions are available to C, but not all are tested. Now a client in C is known to be able to create stack, thread, handle traps and introspect stacks.
-
- 01 Dec, 2015 1 commit
-
-
Kunshan Wang authored
A C client can now call API functions to convert between primitive C values and Mu handles.
-
- 30 Nov, 2015 2 commits
-
-
Kunshan Wang authored
C client can call MuCtx methods and close it now. It looks like it's on the right track.
-
Kunshan Wang authored
-