Friday Hacks

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 34

  • @Kenbomp
    @Kenbomp 4 роки тому +1

    Nice to see blocks from small talk still being used

  • @shivamsaini9017
    @shivamsaini9017 Рік тому

    Thank you for best explanation.

  • @dlwatib
    @dlwatib 5 років тому +10

    LLVM's instructions aren't "typesafe", they specify explicit types. There's a difference. LLVM isn't doing any type checking. It assumes the front end did all that and issued any type errors during parsing. Type safety is a function of the front end, not the back end.

    • @keyboard_toucher
      @keyboard_toucher 3 роки тому +1

      Most LLVM instructions are in fact type-safe and LLVM can in fact do type checking and other verifications.

  • @muonx9649
    @muonx9649 5 років тому +12

    28:19 "This is my Israel" OMEGALUL

  • @juan-ou3gq
    @juan-ou3gq 3 роки тому

    keep up with more videos!!!!

  • @dlwatib
    @dlwatib 5 років тому +2

    "Inside" is not the same as "at". You can't store a value "inside" a pointer, you store a value at a pointer (at the location where the pointer is pointing.) Same with load. You can't load a value from "inside" a pointer. You load from (the location at) a pointer.

  • @cv_ruddha8610
    @cv_ruddha8610 4 роки тому

    Why did you pass -03 in the clang emit llvm command again??

    • @NitishRaj
      @NitishRaj 4 роки тому

      O3 is for optimization

  • @ZainUlabidin302
    @ZainUlabidin302 6 років тому +1

    Thank you very much for such a great. Can you put a link to sources on git?

    • @olenhad
      @olenhad 5 років тому

      github.com/olenhad/tisp Here you go :)

  • @nidhinmmohan1349
    @nidhinmmohan1349 3 роки тому

    Can you please share the code?

  • @wliaputs
    @wliaputs 6 років тому +1

    Thanks! From Malaysia ;) I like the Singapore accent

  • @billyheng4824
    @billyheng4824 7 років тому

    so just GCC is the real compiler ?

  • @dosluke
    @dosluke 8 років тому +1

    if what you are doing is parsing your code file to convert it to llvm ir so that it can compile it, why not just parse the file and convert it to c++ and compile that?

    • @gasquakestudios
      @gasquakestudios 8 років тому

      Dosluke idk Features that C++ doesn't have?

    • @dosluke
      @dosluke 8 років тому

      gasquakee examples?

    • @gasquakestudios
      @gasquakestudios 8 років тому

      Have you heard of a match statement in some languages? It's like a better switch statement.

    • @dosluke
      @dosluke 8 років тому

      gasquakee never actually lol

    • @gasquakestudios
      @gasquakestudios 8 років тому

      Well, that's just one of the examples. Also you might want to do something that translating to C++ would just be more work.

  • @chiru6753
    @chiru6753 4 роки тому

    Can we really make compiler by following this video?

    • @EvenStarLoveAnanda
      @EvenStarLoveAnanda 4 роки тому

      I have no idea why he is explaining the IR code.
      We don't even need to see that.

  • @acidmelt
    @acidmelt 7 років тому +3

    Nice talk! cheers, from Israel ;)

  • @immadmir
    @immadmir 6 років тому

    Great!

  • @natew4724
    @natew4724 4 роки тому

    15:32 Rap God

  • @TheBilly
    @TheBilly 4 роки тому +4

    Jesus dude cool it with all the sexual comments, this frat house boy's club atmosphere is cringy

  • @sahilbaori9052
    @sahilbaori9052 2 роки тому

    Vague explanation, crappy jokes, indian accent... incredible combo if you are looking to spend 58:44 mins of your life without learning anything.