Live data from Hacker News

Viewing profile — hiteshk_msft

hiteshk_msft

HN member
Joined
Sat, Dec 05, 2015, 3:55 PM UTC
HN karma
161
Public activity
13 items

About hiteshk_msft

No profile information was provided.

Recent public activity

  1. comment
    Comment #16296197

    Microsoft (Chakra JavaScript Runtime team) | Seattle (Redmond) | Software Engineer | Full-time | Onsite | https://github.com/Microsoft/ChakraCore/ The Chakra JavaScript runtime tea…

  2. comment
    Comment #15828985

    Microsoft (Chakra JavaScript Runtime team) | Seattle (Redmond) | Software Engineer | Full-time | Onsite | https://github.com/Microsoft/ChakraCore/ The Chakra JavaScript runtime tea…

  3. comment
    Comment #15606839

    Microsoft (Chakra JavaScript Runtime team) | Software Engineer | Seattle (Redmond) | On-Site | Full-time The Chakra JavaScript runtime team works on Chakra (the JavaScript runtime …

  4. comment
    Comment #12392979

    Some of these suggestions are good but some caveats: - Lookup tables- while lookup tables are great, engines might sometimes convert switch statements to lookup tables too- Chakra …

  5. comment
    Comment #12175128

    Thanks for the suggestion, great idea! However, it's really early days for us still- as the blog post mentions, we are still working on implementing the JIT and concurrent GC which…

  6. comment
    Comment #11228827

    This sounds similar to kernel debugging- is that what you have in mind? Windows (the OS I'm most familiar with) has a couple different styles of kernel debugging, which allows you …

  7. comment
    Comment #11183315

    For now. The Linux branch of ChakraCore is under active development. Disclaimer: working at Msft on ChakraCore

  8. comment
    Comment #10896299

    This is more so that we have something that helps us break the problem into several steps to accomplish the goal. JIT will come after.

  9. comment
    Comment #10896201

    It's not on the short term roadmap because we've scoped it to clang 3.6 x64 Ubuntu while we stand up the branch but we're trying to keep our code changes for the port pretty generi…

  10. comment
    Comment #10896056

    Check out the Linux branch :) we are actively working on a port. Disclaimer: Msft employee on chakra

  11. comment
    Comment #10682444

    That's correct, this announcement is only about ChakraCore being open sourced. I have no knowledge and can't comment on what the Edge teams plans are.

  12. comment
    Comment #10682347

    Engineer on Chakra here- are these the docs you're looking for? https://msdn.microsoft.com/en-us/library/dn249552(v=vs.94).a...

  13. comment
    Comment #10682224

    Engineer on the Chakra team here. As the blog post says, we are definitely interested in going cross-platform. Which platforms would you be interested in seeing first?