- Nov 20, 2023
-
-
Carlos Galindo authored
- Worklist approach implemented through a Config flag in SummaryTable. - Unconstrained and constrained variantes (TabularAlgorithm & ConstrainedTabularAlgorithm). The constrained version features a limit to the size of the stack. - Constrained subsumed variant for efficiency (ConstrainedSubsumedTabularAlgorithm). - Efficient EdgeList (linked-list) to store edges visited through a traversal. - Bump language level to 16. - eKnife cli: added switch to use tabular algorithms. - Moved benchmarks out of eKnife and BencherTest.
-
- Oct 25, 2023
-
-
Carlos Galindo authored
- ️️SummaryTable: actual-out node may none or multiple matching formal-out. - EDG, SummaryTable: get and clear methods for stats. - EKnife, BencherTest: adapted for benchmarks in which running the benchmark alters the graph itself.
-
- Oct 19, 2023
-
-
Carlos Galindo authored
- Move summary settings from EDGFactory to Config. - The EDG now contains a SummaryTable, a map which computes summaries on-the-fly. - ConstrainedAlgorithm: now looks up summary edges in SummaryTable. - Fixed typo in SummaryEdgeGenerator#generateOnlyExternal.
-
- Jul 27, 2023
-
-
Carlos Galindo authored
- Add flag to EDGFactory to enable the creation of interprocedural edges.
-
- Jul 26, 2023
-
-
Carlos Galindo authored
- A flag has been added to make slices intraprocedural if desired.
-
- Jul 25, 2023
-
-
Carlos Galindo authored
If you are performing benchmarks, you should revert this commit and manually start the server, because it affects the speed of the slicer (the parser step).
-
- Jul 24, 2023
-
-
Carlos Galindo authored
- Remember, to run benchmarks you require a "server" process for Erlang (see previous commits). - If you output slices, astCounter.erl can be used to count the number of AST nodes in a given program.
-
Carlos Galindo authored
- Full support for records, with their own access constraints - e-Knife can now print Erlang code that contains newly supported data structures (record, bin, try, catch, throw...)
-
- Jul 13, 2023
-
-
Carlos Galindo authored
- Basic support for records, bin, float, try, catch - Feature to count access constraints traversed - Feature to count access constraints present in the graph - Bugs fixed: - Can handle empty string represented as list `[]`. - Can handle other unary operators apart from `-int`. - Can handle nested list comprehensions. - Now requires a running instance of erlang, use the following command: erl -pa (pwd)/e-Knife/src/main/resources -name server@localhost -setcookie erlang -noshell - BencherTest now accepts `-DiterGen=NUM` and `-DiterSlice=NUM` as Java arguments.
-
- Mar 03, 2023
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
check for exception when looking up slicing criterion See merge request program-slicing/e-knife-erlang!4
-
Carlos Galindo authored
-
- Feb 24, 2023
-
-
Carlos Galindo authored
Ignore constraints: add a new cli flag to toggle the use of constraints when performing a slice See merge request program-slicing/e-knife-erlang!3
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
- Feb 23, 2023
-
-
Carlos Galindo authored
-
Carlos Galindo authored
Add missing commits that weren't pushed for previous merge See merge request program-slicing/e-knife-erlang!2
-
Carlos Galindo authored
-
Sergio Pérez authored
-
Carlos Galindo authored
Stop condition change for slicing See merge request program-slicing/e-knife-erlang!1
-
Carlos Galindo authored
# Conflicts: # e-Knife/src/main/java/eknife/EKnife.java
-
- Feb 16, 2023
-
-
Sergio Pérez authored
* Statistical functions to build tables
-
- Nov 03, 2022
-
-
Sergio Pérez authored
-
Sergio Pérez authored
-
Sergio Pérez authored
-
- Jul 26, 2022
-
-
Sergio Pérez authored
-
Sergio Pérez authored
* Added bencher intra- and inter-procedural suits * Added Dockerfile
-
Sergio Pérez authored
-
- May 31, 2022
-
-
Sergio Pérez authored
-
- Mar 11, 2022
-
-
Sergio Pérez authored
-
Sergio Pérez authored
-
Sergio Pérez authored
-
- Oct 27, 2021
-
-
Sergio Pérez authored
-
Sergio Pérez authored
-
Sergio Pérez authored
* Left Recursive Grammars transformed to Right Recursive avoiding infinite T generations with suffix analysis * Grammar.printGrammarInFile
-
- Oct 07, 2021
-
-
Carlos Galindo authored
-