- 22 Nov, 2016 2 commits
- 18 Nov, 2016 1 commit
-
-
qinsoon authored
1. see vm/vm_options.rs for usage and default values 2. added mu_fastimpl_new_with_opts under vm/api/api_impl/muvm.rs
-
- 17 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 16 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 15 Nov, 2016 1 commit
-
-
qinsoon authored
1. compiler knows all the registers 2. but only 64bits register is a color (for reg alloc) 3. backend records the length of GPR for each operand during instruction selection 4. after reg alloc, when replacing temp with a color, find corresponding GPR for the length recorded before
-
- 11 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 01 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 25 Oct, 2016 2 commits
- 20 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 17 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 14 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 28 Sep, 2016 2 commits
- 21 Sep, 2016 1 commit
-
-
qinsoon authored
cannot get it work by loading it dynamically. Rust mangles mu runtime functions in test executable (even if I stated #[no_mangle]), so the dynamic library cannot call mu runtime functions (symbols not found)
-
- 20 Sep, 2016 1 commit
-
-
qinsoon authored
(for blocks created during instruction selection)
-
- 16 Aug, 2016 1 commit
-
-
qinsoon authored
-
- 12 Aug, 2016 1 commit
-
-
qinsoon authored
-
- 29 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 28 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 20 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 19 Jul, 2016 2 commits
- 14 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 12 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 28 Jun, 2016 1 commit
-
-
qinsoon authored
some refactoring: 1. allows reg alloc using other allocators (other than graph coloring), 2. allows retreat to a previous compilation pass
-
- 23 Jun, 2016 1 commit
-
-
qinsoon authored
-
- 22 Jun, 2016 2 commits
- 21 Jun, 2016 1 commit
-
-
qinsoon authored
-
- 18 Jun, 2016 5 commits
- 17 Jun, 2016 2 commits
- 16 Jun, 2016 1 commit
-
-
qinsoon authored
-
- 01 Jun, 2016 1 commit
-
-
qinsoon authored
-