Re: [PATCH/AARCH64] Add scheduler for vulcan.

2016-07-26 Thread Virendra Pathak
Hi James, > Would you mind taking a look at some of these techniques to see if you can > reduce the size of the generated automata without causing too much > trouble for code generation for Vulcan? Thanks for the review. I will look into this. with regards, Virendra Pathak On Mon, Jul 25, 201

Re: [PATCH/AARCH64] Add scheduler for vulcan.

2016-07-25 Thread James Greenhalgh
On Wed, Jul 20, 2016 at 03:07:45PM +0530, Virendra Pathak wrote: > Hi gcc-patches group, > > Please find the patch for adding the basic scheduler for vulcan > in the aarch64 port. > > Tested the patch with compiling cross aarch64-linux-gcc, > bootstrapped native aarch64-unknown-linux-gnu and > ru

[PATCH/AARCH64] Add scheduler for vulcan.

2016-07-20 Thread Virendra Pathak
, 14 Jul 2016 23:07:10 -0700 Subject: [PATCH] AArch64: Add scheduler for vulcan. --- gcc/config/aarch64/aarch64-cores.def | 2 +- gcc/config/aarch64/aarch64.md| 1 + gcc/config/aarch64/vulcan.md | 490 +++ 3 files changed, 492 insertions(+), 1 dele