Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-20 | compiler: Strengthen Maps compile tests | Björn-Egil Dahlberg | |
2014-02-19 | compiler: Test Maps aliasing | Björn-Egil Dahlberg | |
2014-02-10 | Merge branch 'egil/compiler/maps-fix-sys_core_fold' | Björn-Egil Dahlberg | |
* egil/compiler/maps-fix-sys_core_fold: compiler: Fix sys_core_fold let optimization compiler: Add debug listing after sys_core_fold | |||
2014-02-10 | Merge branch 'egil/compiler/maps-fix-codegen' | Björn-Egil Dahlberg | |
* egil/compiler/maps-fix-codegen: compiler: Fix codegen multiple updates for Maps erts,compiler: Correct and amend tests for Maps | |||
2014-02-07 | compiler: Fix sys_core_fold let optimization | Björn-Egil Dahlberg | |
Map variable was not covered and faulty optimization could occur. Ex. t() -> M0 = id(#{ "a" => 1 }), #{ "a" := _ } = M0, M0#{ "a" := b }. M0 was lost in let expression optimization. | |||
2014-02-07 | erts,compiler: Correct and amend tests for Maps | Björn-Egil Dahlberg | |
Faulty test for maps update | |||
2014-02-07 | compiler: Update map_SUITE with error case test | Björn-Egil Dahlberg | |
M#{ key := V } should fail when M is not a Map | |||
2014-01-31 | compiler: Strengthen Maps tests | Björn-Egil Dahlberg | |