Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

How do I run BOLT on a benchmark of HHVM?  #300

@ZahraHeydari95

Description

@ZahraHeydari95

Hello
I want to run a benchmark with HHVM.
On the other hand, I want to apply BOLT to it as well. But I don't know what to do.

hhvm perf.php --wordpress --hhvm=/path/to/hhvm

According to the BOLT instructions, I have to replace the execution binary in all three steps. But this binary (HHVM) has a series of inputs according to the above command.
As a result, the following questions arise for me:

  1. How to add -Wl, -q to hhvm binary?

  2. How to get a profile on the above command which is for running the benchmark?

  3. How do I use ./perf2bolt in the command though wordpress--? Because it considers --wordpress as its own input and gives an error?

  4. How do I still use ./llvm-bolt despite --wordpress? Because it still takes its own input and gives an error?

please guide me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions