Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Open Source Software
Zipr Backend
Commits
a27791e6
Commit
a27791e6
authored
8 years ago
by
whh8b
Browse files
Options
Downloads
Patches
Plain Diff
Make AskPluginsAboutPlopping() public.
parent
918edbbf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/zipr_impl.h
+13
-14
13 additions, 14 deletions
include/zipr_impl.h
with
13 additions
and
14 deletions
include/zipr_impl.h
+
13
−
14
View file @
a27791e6
...
...
@@ -102,6 +102,19 @@ class ZiprImpl_t : public Zipr_t
RangeAddress_t
override_place
=
0
);
ZiprOptionsNamespace_t
*
RegisterOptions
(
ZiprOptionsNamespace_t
*
);
/*
* ()
*
* Input:
* Output:
* Effects:
*
*
*
*/
void
AskPluginsAboutPlopping
();
bool
AskPluginsAboutPlopping
(
libIRDB
::
Instruction_t
*
);
private
:
void
Init
();
...
...
@@ -278,20 +291,6 @@ class ZiprImpl_t : public Zipr_t
*
*/
void
OptimizePinnedFallthroughs
();
/*
* ()
*
* Input:
* Output:
* Effects:
*
*
*
*/
void
AskPluginsAboutPlopping
();
bool
AskPluginsAboutPlopping
(
libIRDB
::
Instruction_t
*
);
/*
* PlopTheUnpinnedInstructions()
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment