The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Building your own chrome V8?

    Discussion in 'Windows OS and Software' started by Hungry Man, Dec 8, 2010.

  1. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    I know you can compile and build your own V8 engine for chrome based on their latest source code, but how would you implement it into your current Chrome installation?
     
  2. DboogieC

    DboogieC Notebook Deity

    Reputations:
    580
    Messages:
    1,010
    Likes Received:
    0
    Trophy Points:
    0
    inst it made with C++ code?
     
  3. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    v8 - Project Hosting on Google Code

    I'm currently getting an error but that's normally th epage where you can download the source. I don't know what language it's written in. Either way you still have to build it.
     
  4. DboogieC

    DboogieC Notebook Deity

    Reputations:
    580
    Messages:
    1,010
    Likes Received:
    0
    Trophy Points:
    0
    Find the source code on the engine and but your code in place of it ?
     
  5. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    Yes, that's what I want to do. But where would I be replacing it?

    Anyone have some ideas?