babylon
babylon copied to clipboard
Test for creating a module of functions from invocations
Given a set of reflectable methods that form a call graph, we can create a code model that is a module operation containing the functions in that graph where invocation operations are replaced with function call operations. Starting from the a model of a method, we can traverse it for invocation operations. If the invocation operation's method reference can be resolved to a method and the method has a model then that model is added to the module, the invocation operation is replaced with a function call operation, and it is traversed for invocation operations and so on.
Progress
- [x] Change must not contain extraneous whitespace
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/babylon.git pull/81/head:pull/81
$ git checkout pull/81
Update a local copy of the PR:
$ git checkout pull/81
$ git pull https://git.openjdk.org/babylon.git pull/81/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 81
View PR using the GUI difftool:
$ git pr show -t 81
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/babylon/pull/81.diff