Skip to content

Commit

Permalink
add shell scripts to run the pldi model, like for Flat and Promising
Browse files Browse the repository at this point in the history
  • Loading branch information
cp526 committed Aug 30, 2019
1 parent f700553 commit 5da8929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pldi11
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
$(dirname "$0")/rmem -model pldi11 -shallow_embedding true -eager false -hash_prune false "$@"
2 changes: 2 additions & 0 deletions pldi11Opt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
$(dirname "$0")/rmem -model pldi11 -shallow_embedding true -eager true -hash_prune true "$@"

0 comments on commit 5da8929

Please sign in to comment.