July 2024 Archives by thread
Starting: Mon Jul 1 12:03:37 UTC 2024
Ending: Wed Jul 31 16:05:17 UTC 2024
Messages: 193
- git: openjdk/babylon: code-reflection: Simplifying InvokePtr example
Gary Frost
- [code-reflection] Integrated: Simplifying InvokePtr example
Gary Frost
- [code-reflection] RFR: Bytecode round 7
Adam Sotona
- git: openjdk/babylon: code-reflection: Another step towards lowering Ptrs through SSA
Gary Frost
- [code-reflection] Integrated: Another step towards lowering Ptrs through SSA
Gary Frost
- git: openjdk/babylon: code-reflection: Bytecode round 7
Adam Sotona
- git: openjdk/babylon: code-reflection: Rationalised HatPtr and Types. Moved from experiments to hat
Gary Frost
- [code-reflection] Integrated: Rationalised HatPtr and Types. Moved from experiments to hat
Gary Frost
- [code-reflection] RFR: Test Switch Expression lowering when case is constant
Mourad Abbay
- git: openjdk/babylon: code-reflection: Hat move schema to ifacemapper and switch ViolaJones buffers to used schema
Gary Frost
- [code-reflection] Integrated: Hat move schema to ifacemapper and switch ViolaJones buffers to used schema
Gary Frost
- git: openjdk/babylon: code-reflection: All examples now using schema
Gary Frost
- [code-reflection] Integrated: All examples now using schema
Gary Frost
- [code-reflection] Integrated: Reuse some iface mapper types in Schema and remove unused methods
Gary Frost
- git: openjdk/babylon: code-reflection: Reuse some iface mapper types in Schema and remove unused methods
Gary Frost
- git: openjdk/babylon: code-reflection: ArgBuffer now using schema
Gary Frost
- [code-reflection] Integrated: ArgBuffer now using schema
Gary Frost
- Difficulties of integrating LINQ-like apl APIs in Java.
Olexandr Rotan
- git: openjdk/babylon: code-reflection: KernelContext now using schema
Gary Frost
- [code-reflection] Integrated: KernelContext now using schema
Gary Frost
- An experimental assertion library based on code-reflections project
Tagir Valeev
- git: openjdk/babylon: code-reflection: Binding Schame to iface mappinsg an switched C99 codegen to use Schema for Typedefs
Gary Frost
- [code-reflection] Integrated: Binding Schame to iface mappinsg an switched C99 codegen to use Schema for Typedefs
Gary Frost
- git: openjdk/babylon: code-reflection: Moved BoundSchema to its own interface
Gary Frost
- [code-reflection] Integrated: Moved BoundSchema to its own interface
Gary Frost
- git: openjdk/babylon: code-reflection: Hat schema cleanup
Gary Frost
- [code-reflection] Integrated: Hat schema cleanup
Gary Frost
- git: openjdk/babylon: code-reflection: Accidently checked in my local pom.xml
Gary Frost
- [code-reflection] Integrated: Accidently checked in my local pom.xml
Gary Frost
- git: openjdk/babylon: code-reflection: Migrating HatPtr to use schema
Gary Frost
- [code-reflection] Integrated: Migrating HatPtr to use schema
Gary Frost
- [code-reflection] RFR: Fix modeling if statements
Paul Sandoz
- git: openjdk/babylon: code-reflection: Fix modeling if statements
Paul Sandoz
- git: openjdk/babylon: code-reflection: Hat fix c99 handling of byte
Gary Frost
- [code-reflection] Integrated: Hat fix c99 handling of byte
Gary Frost
- git: openjdk/babylon: code-reflection: We previously disalowed all field accesses. Static final primitives are safe
Gary Frost
- [code-reflection] Integrated: We previously disalowed all field accesses. Static final primitives are safe
Gary Frost
- git: openjdk/babylon: code-reflection: Implementing Healing brush demo, highlighted some missing unary(and binary<<,>> operators)
Gary Frost
- [code-reflection] Integrated: Implementing Healing brush demo, highlighted some missing unary(and binary<<,>> operators)
Gary Frost
- [code-reflection] RFR: Correct bytecode gen for lambda capture
Paul Sandoz
- git: openjdk/babylon: code-reflection: Correct bytecode gen for lambda capture
Paul Sandoz
- [code-reflection] RFR: SSA transform with capturing lambdas
Paul Sandoz
- git: openjdk/babylon: code-reflection: SSA transform with capturing lambdas
Paul Sandoz
- [code-reflection] RFR: Bytecode round 8
Adam Sotona
- [code-reflection] RFR: Immediate dominator map should be unmodifiable
Paul Sandoz
- git: openjdk/babylon: code-reflection: Immediate dominator map should be unmodifiable
Paul Sandoz
- git: openjdk/babylon: code-reflection: Bytecode round 8
Adam Sotona
- git: openjdk/babylon: code-reflection: Only allow allocation via accelerator, and simplify schema binding
Gary Frost
- [code-reflection] Integrated: Only allow allocation via accelerator, and simplify schema binding
Gary Frost
- git: openjdk/babylon: code-reflection: Hat more schema optimizations
Gary Frost
- [code-reflection] Integrated: Hat more schema optimizations
Gary Frost
- [code-reflection] RFR: Test Switch Expression lowering when case is pattern
Mourad Abbay
- [code-reflection] RFR: PTX backend implementation for HAT
Ruby Chen
- Newbie dumb question
Archie Cobbs
- git: openjdk/babylon: code-reflection: PTX backend implementation for HAT
Gary Frost
- [code-reflection] RFR: Condition body of if or while or do-while should yield a boolean value
Mourad Abbay
- [code-reflection] RFR: 8337157: Second operand to array.load should be an int
Mourad Abbay
- [code-reflection] RFR: 8337156: Lowering of switch expressions that throw on no matching
Mourad Abbay
- git: openjdk/babylon: code-reflection: BoundSchema was walking through the tree. Now we just walk the BoundArray fields
Gary Frost
- [code-reflection] Integrated: BoundSchema was walking through the tree. Now we just walk the BoundArray fields
Gary Frost
- git: openjdk/babylon: code-reflection: Create a new example for BlackScholes. Reintroduce Heal and Life examples
Gary Frost
- [code-reflection] Integrated: Create a new example for BlackScholes. Reintroduce Heal and Life examples
Gary Frost
- git: openjdk/babylon: code-reflection: Some files had missing license headers
Gary Frost
- [code-reflection] Integrated: Some files had missing license headers
Gary Frost
- git: openjdk/babylon: code-reflection: Now longer allow cmake builds from hat root dir
Gary Frost
- [code-reflection] Integrated: Now longer allow cmake builds from hat root dir
Gary Frost
- git: openjdk/babylon: code-reflection: Improve sanity checking
Gary Frost
- [code-reflection] Integrated: Improve sanity checking
Gary Frost
- [code-reflection] RFR: Bytecode round 9
Adam Sotona
- [code-reflection] Integrated: Hat initial attempt minimize copies
Gary Frost
- git: openjdk/babylon: code-reflection: Hat initial attempt minimize copies
Gary Frost
- git: openjdk/babylon: code-reflection: Convey dirty java buffer status to native code
Gary Frost
- [code-reflection] Integrated: Convey dirty java buffer status to native code
Gary Frost
- Reflecting method references
Tagir Valeev
- git: openjdk/babylon: code-reflection: Simplified injection of Pre/Post calls Mutate,Access and Escape
Gary Frost
- [code-reflection] Integrated: Simplified injection of Pre/Post calls Mutate,Access and Escape
Gary Frost
- git: openjdk/babylon: code-reflection: Simplified hatrun.bash. All examples now <package>.Main
Gary Frost
- [code-reflection] Integrated: Simplified hatrun.bash. All examples now <package>.Main
Gary Frost
- git: openjdk/babylon: code-reflection: Pom fixes for life and heal examples
Gary Frost
- [code-reflection] Integrated: Pom fixes for life and heal examples
Gary Frost
- git: openjdk/babylon: code-reflection: Hat cleanup heal example
Gary Frost
- [code-reflection] Integrated: Hat cleanup heal example
Gary Frost
- git: openjdk/babylon: code-reflection: Test Switch Expression lowering when case is constant
Mourad Abbay
- git: openjdk/babylon: code-reflection: Test Switch Expression lowering when case is pattern
Mourad Abbay
- [code-reflection] RFR: Align code with JVMLS slides
Gary Frost
- git: openjdk/babylon: code-reflection: Align code with JVMLS slides
Gary Frost
- git: openjdk/babylon: code-reflection: Added menu bar to heal. To report timing
Gary Frost
- [code-reflection] Integrated: Added menu bar to heal. To report timing
Gary Frost
- git: openjdk/babylon: code-reflection: Changed image to match JVMLS deck
Gary Frost
- [code-reflection] Integrated: Changed image to match JVMLS deck
Gary Frost
- git: openjdk/babylon: code-reflection: Heal and Life Viewers were similar, now they are more so.
Gary Frost
- [code-reflection] Integrated: Heal and Life Viewers were similar, now they are more so.
Gary Frost
Last message date:
Wed Jul 31 16:05:17 UTC 2024
Archived on: Wed Jul 31 16:05:23 UTC 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).